Skip to content

Failed

Scenario: Validate a regular device deletion.Scenario: Validate a regular device deletion (from org.eclipse.kapua.service.device.registry.internal.RunTest)

Failing for the past 1 build (Since Unstable #1 )
Took 0.23 sec.

Error Message

liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist

Stacktrace

java.lang.RuntimeException: liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist
Caused by: liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist

Standard Output

Failure in before hook:DeviceRegistryServiceTestSteps.beforeScenario(Scenario)
Message: java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-step-definition-0.3.0_createTable::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceTestSteps.beforeScenario(DeviceRegistryServiceTestSteps.java:131)
	at sun.reflect.GeneratedMethodAccessor320.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-step-definition-0.3.0_createTable::eurotech:
     Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:376)
	at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40)
	at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:63)
	at liquibase.Liquibase.update(Liquibase.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:108)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	... 38 more
Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:56)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:98)
	at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1491)
	at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1474)
	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343)
	... 44 more
Caused by: org.h2.jdbc.JdbcSQLException: Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
	at org.h2.message.DbException.get(DbException.java:179)
	at org.h2.message.DbException.get(DbException.java:155)
	at org.h2.command.ddl.CreateTable.update(CreateTable.java:115)
	at org.h2.command.CommandContainer.update(CommandContainer.java:98)
	at org.h2.command.Command.executeUpdate(Command.java:258)
	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:184)
	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
	at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:86)
	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:49)
	... 48 more

      java.lang.RuntimeException: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-step-definition-0.3.0_createTable::eurotech:
           Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
      CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:72)
      	at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceTestSteps.beforeScenario(DeviceRegistryServiceTestSteps.java:131)
      	at sun.reflect.GeneratedMethodAccessor320.invoke(Unknown Source)
      	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.lang.reflect.Method.invoke(Method.java:498)
      	at cucumber.runtime.Utils$1.call(Utils.java:37)
      	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
      	at cucumber.runtime.Utils.invoke(Utils.java:31)
      	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
      	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
      	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
      	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
      	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
      	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
      	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
      	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
      	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
      	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
      	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
      	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
      	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
      	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
      	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
      Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set KapuaDB/changelog-job-0.3.0.xml::changelog-job-step-definition-0.3.0_createTable::eurotech:
           Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
      CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
      	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:376)
      	at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:40)
      	at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:63)
      	at liquibase.Liquibase.update(Liquibase.java:136)
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:108)
      	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
      	... 38 more
      Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)): Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
      CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
      	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:56)
      	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:98)
      	at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1491)
      	at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1474)
      	at liquibase.changelog.ChangeSet.execute(ChangeSet.java:343)
      	... 44 more
      Caused by: org.h2.jdbc.JdbcSQLException: Table "JOB_JOB_STEP_DEFINITION" already exists; SQL statement:
      CREATE TABLE PUBLIC.job_job_step_definition (scope_id BIGINT(21) unsigned, id BIGINT(21) unsigned AUTO_INCREMENT NOT NULL, created_on TIMESTAMP DEFAULT NOW(), created_by BIGINT(21) unsigned NOT NULL, modified_on TIMESTAMP DEFAULT NOW() NOT NULL, modified_by BIGINT(21) unsigned NOT NULL, name VARCHAR(255) NOT NULL, description CLOB, job_step_type VARCHAR(255) NOT NULL, reader_name VARCHAR(255), processor_name VARCHAR(255) NOT NULL, writer_name VARCHAR(255), optlock INT unsigned, attributes CLOB, properties CLOB, CONSTRAINT PK_JOB_JOB_STEP_DEFINITION PRIMARY KEY (id), UNIQUE (name)) [42101-192]
      	at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
      	at org.h2.message.DbException.get(DbException.java:179)
      	at org.h2.message.DbException.get(DbException.java:155)
      	at org.h2.command.ddl.CreateTable.update(CreateTable.java:115)
      	at org.h2.command.CommandContainer.update(CommandContainer.java:98)
      	at org.h2.command.Command.executeUpdate(Command.java:258)
      	at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:184)
      	at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:158)
      	at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:86)
      	at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:49)
      	... 48 more

06:32:42.412 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:42.412 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:42.412 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:42.413 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:42.413 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_connection_drop.sql'
06:32:42.413 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_drop.sql'
06:32:42.413 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_event_drop.sql'
06:32:42.413 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_tag_drop.sql'
06:32:42.413 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:42.414 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:42.414 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:42.414 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:42.426 [main] INFO  org.reflections.Reflections - Reflections took 3 ms to scan 7 urls, producing 818 keys and 827 values 
06:32:42.484 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files...
06:32:42.484 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:42.484 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files... DONE!
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing master files...
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing master files... DONE!
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing post master files...
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 0
06:32:42.485 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing post master files... DONE!
06:32:42.486 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_connection_drop.sql'
06:32:42.486 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_drop.sql'
06:32:42.486 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_event_drop.sql'
06:32:42.486 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM 'src/main/sql/H2/dvc_device_tag_drop.sql'
06:32:42.486 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:42.486 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:42.487 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:42.487 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:42.487 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts...
06:32:42.487 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_configuration_drop.sql'
06:32:42.487 [main] INFO  o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM '../../../../commons/src/main/sql/H2/sys_service_event_drop.sql'
06:32:42.487 [main] INFO  o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done!
06:32:42.493 [main] INFO  org.reflections.Reflections - Reflections took 5 ms to scan 7 urls, producing 818 keys and 827 values 
06:32:42.517 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - Executing pre master files...
06:32:42.517 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 	Master Liquibase files found: 4
06:32:42.517 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-authorization-master.pre.xml
06:32:42.537 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-event-store-master.pre.xml
06:32:42.553 [main] INFO  o.e.k.s.l.KapuaLiquibaseClient - 		Excuting liquibase script: /tmp/genie.kapua/kapua-liquibase/changelog-job-master.pre.xml
06:32:42.555 [main] ERROR liquibase - Error thrown as a SAXException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist
liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:94)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.handleIncludedChangeLog(XMLChangeLogSAXHandler.java:532)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.startElement(XMLChangeLogSAXHandler.java:142)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:775)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:99)
	at liquibase.Liquibase.update(Liquibase.java:129)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:108)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceTestSteps.beforeScenario(DeviceEventServiceTestSteps.java:144)
	at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)
06:32:42.557 [main] ERROR o.e.k.s.l.KapuaLiquibaseClient - Error while running Liquibase scripts!
liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:94)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.handleIncludedChangeLog(XMLChangeLogSAXHandler.java:532)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.startElement(XMLChangeLogSAXHandler.java:142)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:775)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:99)
	at liquibase.Liquibase.update(Liquibase.java:129)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:108)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceTestSteps.beforeScenario(DeviceEventServiceTestSteps.java:144)
	at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)

Standard Error

liquibase.exception.ChangeLogParseException: /tmp/genie.kapua/kapua-liquibase/./0.3.0/changelog-job-0.3.0.pre.xml does not exist
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:94)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.handleIncludedChangeLog(XMLChangeLogSAXHandler.java:532)
	at liquibase.parser.core.xml.XMLChangeLogSAXHandler.startElement(XMLChangeLogSAXHandler.java:142)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509)
	at com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:182)
	at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.emptyElement(XMLSchemaValidator.java:775)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:351)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2784)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:602)
	at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:112)
	at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:505)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:842)
	at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:771)
	at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
	at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213)
	at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
	at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:99)
	at liquibase.Liquibase.update(Liquibase.java:129)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:136)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.loadResourcesStatic(KapuaLiquibaseClient.java:108)
	at org.eclipse.kapua.service.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:67)
	at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceTestSteps.beforeScenario(DeviceEventServiceTestSteps.java:144)
	at sun.reflect.GeneratedMethodAccessor323.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at cucumber.runtime.Utils$1.call(Utils.java:37)
	at cucumber.runtime.Timeout.timeout(Timeout.java:13)
	at cucumber.runtime.Utils.invoke(Utils.java:31)
	at cucumber.runtime.java.JavaHookDefinition.execute(JavaHookDefinition.java:60)
	at cucumber.runtime.Runtime.runHookIfTagsMatch(Runtime.java:223)
	at cucumber.runtime.Runtime.runHooks(Runtime.java:211)
	at cucumber.runtime.Runtime.runBeforeHooks(Runtime.java:201)
	at cucumber.runtime.model.CucumberScenario.run(CucumberScenario.java:40)
	at cucumber.runtime.junit.ExecutionUnitRunner.run(ExecutionUnitRunner.java:91)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:63)
	at cucumber.runtime.junit.FeatureRunner.runChild(FeatureRunner.java:18)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.runtime.junit.FeatureRunner.run(FeatureRunner.java:70)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:93)
	at cucumber.api.junit.Cucumber.runChild(Cucumber.java:37)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at cucumber.api.junit.Cucumber.run(Cucumber.java:98)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:236)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:386)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:323)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:143)